core.stdc.stdio

Undocumented in source.

Members

Enums

_FSTDIO
enum _FSTDIO
Undocumented in source.

Functions

clearerr
void clearerr(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fclose
int fclose(FILE* )
Undocumented in source. Be warned that the author may not have intended to support it.
fclose
int fclose(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
feof
int feof(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ferror
int ferror(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fflush
int fflush(FILE* stream)
Undocumented in source. Be warned that the author may not have intended to support it.
fflush
int fflush(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fgetc
int fgetc(FILE* )
Undocumented in source. Be warned that the author may not have intended to support it.
fgetc
int fgetc(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fgets
char* fgets(char* , int , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fopen
FILE* fopen(const(char*) _name, const(char*) _type)
Undocumented in source. Be warned that the author may not have intended to support it.
fopen
FILE* fopen(const(char*) _name, const(char*) _type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fprintf
int fprintf(FILE* , const(char*) , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fputc
int fputc(int , FILE* )
Undocumented in source. Be warned that the author may not have intended to support it.
fputc
int fputc(int , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fputs
int fputs(const(char*) , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fread
size_t fread(void* , size_t _size, size_t _n, FILE* )
Undocumented in source. Be warned that the author may not have intended to support it.
fread
size_t fread(void* , size_t _size, size_t _n, FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
freopen
FILE* freopen(const(char*) , const(char*) , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fscanf
int fscanf(FILE* , const(char*) , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fseek
int fseek(FILE* , c_long , int )
Undocumented in source. Be warned that the author may not have intended to support it.
fseek
int fseek(FILE* , c_long , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ftell
c_long ftell(FILE* )
Undocumented in source. Be warned that the author may not have intended to support it.
ftell
c_long ftell(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fwrite
size_t fwrite(void* ptr, size_t size, size_t nmemb, FILE* stream)
Undocumented in source. Be warned that the author may not have intended to support it.
fwrite
size_t fwrite(void* , size_t _size, size_t _n, FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getc
int getc(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getchar
int getchar()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getreent
_reent* getreent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gets
char* gets(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
perror
void perror(const(char*) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
printf
int printf(const(char*) , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
putc
int putc(int , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
putchar
int putchar(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
puts
int puts(const(char*) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
remove
int remove(char* filename)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
int remove(const(char*) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rename
int rename(const(char*) , const(char*) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rewind
void rewind(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
scanf
int scanf(const(char*) , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setbuf
void setbuf(FILE* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setvbuf
int setvbuf(FILE* , char* , int , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sprintf
int sprintf(char* , const(char*) , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sscanf
int sscanf(const(char*) , const(char*) , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stdout
FILE* stdout()
Undocumented in source. Be warned that the author may not have intended to support it.
tempnam
char* tempnam(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tmpfile
FILE* tmpfile()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tmpnam
char* tmpnam(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ungetc
int ungetc(int , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

BUFSIZ
enum BUFSIZ;
Undocumented in source.
EOF
enum EOF;
Undocumented in source.
FILENAME_MAX
enum FILENAME_MAX;
Undocumented in source.
FOPEN_MAX
enum FOPEN_MAX;
Undocumented in source.
L_tmpnam
enum L_tmpnam;
Undocumented in source.
P_tmpdir
enum P_tmpdir;
Undocumented in source.
SEEK_CUR
enum SEEK_CUR;
Undocumented in source.
SEEK_END
enum SEEK_END;
Undocumented in source.
SEEK_SET
enum SEEK_SET;
Undocumented in source.
_IOFBF
enum _IOFBF;
Undocumented in source.
_IOLBF
enum _IOLBF;
Undocumented in source.
_IONBF
enum _IONBF;
Undocumented in source.
__SAPP
enum __SAPP;
Undocumented in source.
__SCLE
enum __SCLE;
Undocumented in source.
__SEOF
enum __SEOF;
Undocumented in source.
__SERR
enum __SERR;
Undocumented in source.
__SL64
enum __SL64;
Undocumented in source.
__SLBF
enum __SLBF;
Undocumented in source.
__SMBF
enum __SMBF;
Undocumented in source.
__SNBF
enum __SNBF;
Undocumented in source.
__SNLK
enum __SNLK;
Undocumented in source.
__SNPT
enum __SNPT;
Undocumented in source.
__SOFF
enum __SOFF;
Undocumented in source.
__SOPT
enum __SOPT;
Undocumented in source.
__SORD
enum __SORD;
Undocumented in source.
__SRD
enum __SRD;
Undocumented in source.
__SRW
enum __SRW;
Undocumented in source.
__SSTR
enum __SSTR;
Undocumented in source.
__SWID
enum __SWID;
Undocumented in source.
__SWR
enum __SWR;
Undocumented in source.

Structs

FILE
struct FILE
Undocumented in source.
_reent
struct _reent
Undocumented in source.

Meta